diff options
Diffstat (limited to 'src/app/profile/[username]/page.tsx')
| -rw-r--r-- | src/app/profile/[username]/page.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/app/profile/[username]/page.tsx b/src/app/profile/[username]/page.tsx index ea13b36..cb79b7b 100644 --- a/src/app/profile/[username]/page.tsx +++ b/src/app/profile/[username]/page.tsx @@ -1,4 +1,4 @@ -import AccountButton from '@/components/settings/AccountButton'; +import AccountButton from '../AccountButton'; import { getUserByUsername } from '@/lib/api/user'; import { User } from '@/lib/contexts/Auth.context'; |
